pub unsafe extern "C" fn nettle_rsa_sha1_sign(
    key: *const rsa_private_key,
    hash: *mut sha1_ctx,
    signature: *mut __mpz_struct
) -> c_int