Function ucm_munmap

Source
pub unsafe extern "C" fn ucm_munmap(
    addr: *mut c_void,
    length: size_t,
) -> c_int
Expand description

@brief Call the original implementation of @ref munmap and all handlers associated with it.