str_split

Function str_split 

Source
pub unsafe extern "C" fn str_split(
    a_str: *mut i8,
    a_delim: i8,
) -> *mut *mut i8