Function disk_ringbuffer::posix_madvise
source ยท pub unsafe extern "C" fn posix_madvise(
__addr: *mut c_void,
__len: usize,
__advice: c_int,
) -> c_intpub unsafe extern "C" fn posix_madvise(
__addr: *mut c_void,
__len: usize,
__advice: c_int,
) -> c_int