Function strtok

Source
pub unsafe extern "C" fn strtok(
    _String: *mut c_char,
    _Delimiter: *const c_char,
) -> *mut c_char