[][src]Function ptrace_do_rs::memmem

pub unsafe extern "C" fn memmem(
    __haystack: *const c_void,
    __haystacklen: size_t,
    __needle: *const c_void,
    __needlelen: size_t
) -> *mut c_void