wcstok_s

Function wcstok_s 

Source
pub unsafe extern "C" fn wcstok_s(
    _Str: *mut wchar_t,
    _Delim: *const wchar_t,
    _Context: *mut *mut wchar_t,
) -> *mut wchar_t