Function sdl2_sys::SDL_GetOriginalMemoryFunctions

source ยท
pub unsafe extern "C" fn SDL_GetOriginalMemoryFunctions(
    malloc_func: *mut SDL_malloc_func,
    calloc_func: *mut SDL_calloc_func,
    realloc_func: *mut SDL_realloc_func,
    free_func: *mut SDL_free_func,
)
Expand description

Get the original set of SDL memory functions

\since This function is available since SDL 2.24.0.