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