pub unsafe extern "C" fn sm2_do_verify(
    key: *const SM2_KEY,
    dgst: *const u8,
    sig: *const SM2_SIGNATURE
) -> c_int