pub type ImGuiDemoMarkerCallback = Option<unsafe extern "C" fn(file: *const c_char, line: c_int, section: *const c_char)>;
pub enum ImGuiDemoMarkerCallback { None, Some(unsafe extern "C" fn(*const i8, i32, *const i8)), }
No value.
Some value of type T.
T