pub unsafe extern "C" fn sm4_cbc_encrypt_init(
    ctx: *mut SM4_CBC_CTX,
    key: *const u8,
    iv: *const u8
) -> c_int