libc

Function munmap

source
pub unsafe extern "C" fn munmap(
    addr: *mut c_void,
    len: size_t,
) -> c_int