#[no_mangle] pub unsafe 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