pub unsafe extern "C" fn secp256k1_keypair_create(
    cx: *const Context,
    keypair: *mut Keypair,
    seckey: *const c_uchar
) -> c_int
Available on non-secp256k1_fuzz only.