pub unsafe extern "C" fn nettle_hmac_sha1_set_key(
    ctx: *mut hmac_sha1_ctx,
    key_length: usize,
    key: *const u8
)