pub unsafe extern "C" fn nettle_hmac_update(
    state: *mut c_void,
    hash: *const nettle_hash,
    length: usize,
    data: *const u8
)