pub unsafe extern "C" fn strtok_r(
    s: *mut i8,
    t: *const i8,
    p: *mut *mut i8
) -> *mut i8