Function readahead

Source
pub unsafe extern "C" fn readahead(
    __fd: i32,
    __offset: i64,
    __count: usize,
) -> i64