pub unsafe extern "C" fn hmac_sha256_update(
    ctx: *const hmac_sha256_context,
    message: *const u8,
    message_size: u32
)