pub unsafe extern "C" fn sm3_hmac_update(
    ctx: *mut SM3_HMAC_CTX,
    data: *const u8,
    datalen: usize
)