pub unsafe extern "C" fn posix_fadvise( fd: i32, offset: i64, len: i64, advise: i32, ) -> i32
dep_sdl2