[][src]Function sgx_urts::mem::u_mmap_ocall

#[no_mangle]pub extern "C" fn u_mmap_ocall(
    error: *mut c_int,
    start: *mut c_void,
    length: size_t,
    prot: c_int,
    flags: c_int,
    fd: c_int,
    offset: off_t
) -> *mut c_void