strtoul_l

Function strtoul_l 

Source
pub unsafe extern "C" fn strtoul_l(
    __s: *const c_char,
    __end_ptr: *mut *mut c_char,
    __base: c_int,
    __l: locale_t,
) -> c_ulong