pub unsafe extern "C" fn strtok_s(
    string: *mut i8,
    control: *const i8,
    context: *mut *mut i8
) -> *mut i8