pub unsafe extern "C" fn nettle_rsa_compute_root(
    key: *const rsa_private_key,
    x: *mut __mpz_struct,
    m: *mut __mpz_struct
)