shadow_rs::cshadow

Function _syscallhandler_readHelper

source
pub unsafe extern "C-unwind" fn _syscallhandler_readHelper(
    sys: *mut SyscallHandler,
    fd: c_int,
    bufPtr: UntypedForeignPtr,
    bufSize: usize,
    offset: off_t,
    doPread: bool,
) -> SyscallReturn