pub unsafe extern "C" fn readahead(
    fd: i32,
    offset: i64,
    count: usize
) -> isize