pub unsafe extern "C" fn secp256k1_keypair_pub(
    cx: *const Context,
    output_pubkey: *mut PublicKey,
    keypair: *const KeyPair
) -> c_int