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