pub unsafe extern "C" fn EC_POINT_get_affine_coordinates_GFp(
    group: *const EC_GROUP,
    p: *const EC_POINT,
    x: *mut BIGNUM,
    y: *mut BIGNUM,
    ctx: *mut BN_CTX
) -> c_int