Function xila_string_find_substring
Source pub unsafe extern "C" fn xila_string_find_substring(
haystack: *const c_char,
needle: *const c_char,
) -> *mut c_char
Expand description
Find substring in a string
ยงSafety
This function is unsafe because it dereferences raw pointers.