arcdps_imgui_sys

Function igSetDragDropPayload

Source
pub unsafe extern "C" fn igSetDragDropPayload(
    type_: *const c_char,
    data: *const c_void,
    sz: usize,
    cond: ImGuiCond,
) -> bool