Function pwrite64

Source
pub unsafe extern "C" fn pwrite64(
    __fd: c_int,
    __buf: *const c_void,
    __count: usize,
    __offset: off64_t,
) -> isize