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