pub unsafe extern "C" fn wolfSSL_ASN1_STRING_copy(
    dst: *mut WOLFSSL_ASN1_STRING,
    src: *const WOLFSSL_ASN1_STRING
) -> c_int