pub unsafe extern "C" fn nettle_rsa_sec_decrypt(
pub_: *const rsa_public_key,
key: *const rsa_private_key,
random_ctx: *mut c_void,
random: nettle_random_func,
length: usize,
message: *mut u8,
gibberish: *const __mpz_struct,
) -> c_int