_wcstoul_l

Function _wcstoul_l 

Source
pub unsafe extern "C" fn _wcstoul_l(
    _Str: *const wchar_t,
    _EndPtr: *mut *mut wchar_t,
    _Radix: c_int,
    _Locale: _locale_t,
) -> c_ulong