Function mnn::prelude::strtok_r

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