Skip to main content

wxd_Variant_SetString_Utf8

Function wxd_Variant_SetString_Utf8 

Source
pub unsafe extern "C" fn wxd_Variant_SetString_Utf8(
    variant: *mut wxd_Variant_t,
    s: *const c_char,
    len: c_int,
)
Expand description

Set a UTF-8 string, s may be null-terminated (if len < 0) or length-specified (if len >= 0).