Function mupdf_sys::fz_memmem[][src]

pub unsafe extern "C" fn fz_memmem(
    haystack: *const c_void,
    haystacklen: usize,
    needle: *const c_void,
    needlelen: usize
) -> *mut c_void

Find the start of the first occurrence of the substring needle in haystack.