Function libc::posix_madvise
[−]
[src]
pub unsafe extern fn posix_madvise(addr: *mut c_void,
len: size_t,
advice: c_int)
-> c_int
🔬 This is a nightly-only experimental API. (libc
)
use libc
from crates.io