pub unsafe extern "C" fn nettle_rsa_decrypt(
key: *const rsa_private_key,
length: *mut usize,
cleartext: *mut u8,
ciphertext: *const __mpz_struct,
) -> c_int
pub unsafe extern "C" fn nettle_rsa_decrypt(
key: *const rsa_private_key,
length: *mut usize,
cleartext: *mut u8,
ciphertext: *const __mpz_struct,
) -> c_int