pub unsafe extern "C" fn str_split( str_: *const char_t, substr: *const char_t, left: *mut *mut String, right: *mut *mut String, ) -> bool_t