igSetAllocatorFunctions

Function igSetAllocatorFunctions 

Source
pub unsafe extern "C" fn igSetAllocatorFunctions(
    alloc_func: ImGuiMemAllocFunc,
    free_func: ImGuiMemFreeFunc,
    user_data: *mut c_void,
)