Function disk_ringbuffer::posix_fadvise
source ยท pub unsafe extern "C" fn posix_fadvise(
__fd: c_int,
__offset: off_t,
__len: off_t,
__advise: c_int,
) -> c_intpub unsafe extern "C" fn posix_fadvise(
__fd: c_int,
__offset: off_t,
__len: off_t,
__advise: c_int,
) -> c_int