Function r_core::r_mem_mem_aligned[][src]

pub unsafe extern "C" fn r_mem_mem_aligned(
    haystack: *const c_uchar,
    hlen: c_int,
    needle: *const c_uchar,
    nlen: c_int,
    align: c_int
) -> *const c_uchar