pub unsafe extern "C" fn EC_GROUP_new_curve_GF2m(
    p: *const BIGNUM,
    a: *const BIGNUM,
    b: *const BIGNUM,
    ctx: *mut BN_CTX
) -> *mut EC_GROUP