Function strtol

Source
pub unsafe extern "C" fn strtol(
    _String: *const c_char,
    _EndPtr: *mut *mut c_char,
    _Radix: c_int,
) -> c_long