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