pub unsafe extern "C" fn nettle_rsa_sha512_sign_digest(
    key: *const rsa_private_key,
    digest: *const u8,
    s: *mut __mpz_struct
) -> c_int