Function shadow_rs::cshadow::_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