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

mmap64

Function mmap64 

Source
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