Function polkavm_linux_raw::sys_munmap

source ยท
pub unsafe fn sys_munmap(
    address: *mut c_void,
    length: usize,
) -> Result<(), Error>