Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

memmem

Function memmem 

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