pub unsafe extern "C" fn mi_memory_set_callbacks(
callbacks: *const mi_memory_callbacks_t,
) -> boolExpand description
Mirrors mi_memory_set_callbacks. callbacks == NULL clears the table. The arg
pointers are caller-owned and must stay valid until replaced or cleared.