pub unsafe extern "C" fn wxd_Variant_SetString_Utf8( variant: *mut wxd_Variant_t, s: *const c_char, len: c_int, )
Set a UTF-8 string, s may be null-terminated (if len < 0) or length-specified (if len >= 0).