pub unsafe extern "C" fn pwrite(
    fd: i32,
    buf: *const c_void,
    count: usize,
    offset: i64
) -> isize