pub unsafe extern "C" fn secp256k1_ec_privkey_inverse(
    cx: *const Context,
    out: *mut c_uchar,
    scalar: *const c_uchar
) -> c_int