Skip to main content

ImDrawList_AddCallback

Function ImDrawList_AddCallback 

Source
pub unsafe extern "C" fn ImDrawList_AddCallback(
    self_: *mut ImDrawList,
    callback: Option<unsafe extern "C" fn(*const ImDrawList, *const ImDrawCmd)>,
    callback_data: *mut c_void,
)