Function gpu_display::gpu_display_x::x_free

source ·
unsafe fn x_free<T>(t: *mut T)
Expand description

A wrapper for XFree that takes any type. SAFETY: It is caller’s responsibility to ensure that t is valid for the entire duration of the call.