pub fn sys_fstatat(
    dirfd: usize,
    path: *const u8,
    buf: *mut u8,
    flags: u32
) -> isize