pub unsafe extern "C" fn nettle_pgp_put_rsa_sha1_signature(
    buffer: *mut nettle_buffer,
    key: *const rsa_private_key,
    keyid: *const u8,
    type_: c_uint,
    hash: *mut sha1_ctx
) -> c_int