Skip to main content

memmem

Function memmem 

Source
#[unsafe(no_mangle)]
pub extern "C" fn memmem( haystack: *const c_void, haystacklen: size_t, needle: *const c_void, needlelen: size_t, ) -> *mut c_void