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