open_coroutine_core::syscall

Function pwrite

Source
pub extern "C" fn pwrite(
    fn_ptr: Option<&extern "C" fn(_: c_int, _: *const c_void, _: size_t, _: off_t) -> ssize_t>,
    fd: c_int,
    buf: *const c_void,
    count: size_t,
    offset: off_t,
) -> ssize_t