Type Definition sdl2_sys::SDL_free_func

source ·
pub type SDL_free_func = Option<unsafe extern "C" fn(mem: *mut c_void)>;