Function mupdf_sys::fz_memmem

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

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