Type Definition imgui_sys::ImDrawCallback

source ·
pub type ImDrawCallback = Option<unsafe extern "C" fn(parent_list: *const ImDrawList, cmd: *const ImDrawCmd)>;