pub unsafe extern "C" fn sm2_verify_update(
    ctx: *mut SM2_SIGN_CTX,
    data: *const u8,
    datalen: usize
) -> c_int