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