pub unsafe extern "C" fn sm3_hmac_init(
    ctx: *mut SM3_HMAC_CTX,
    key: *const u8,
    keylen: usize
)