pub unsafe extern "C" fn wolfSSL_ASN1_STRING_set(
    asn1: *mut WOLFSSL_ASN1_STRING,
    data: *const c_void,
    dataSz: c_int
) -> c_int