shadow_rs::cshadow

Function _syscallhandler_writeHelper

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