Function xila_string_find_character
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn xila_string_find_character(
s: *const c_char,
c: c_int,
) -> *mut c_char
Expand description
Find character in string
ยงSafety
This function is unsafe because it dereferences raw pointers.