[][src]Function ptrace_do_rs::mmap64

pub unsafe extern "C" fn mmap64(
    __addr: *mut c_void,
    __len: size_t,
    __prot: c_int,
    __flags: c_int,
    __fd: c_int,
    __offset: __off64_t
) -> *mut c_void