pub unsafe extern "C" fn set_memory_functions(
    alloc_func_ptr: allocate_function,
    realloc_func_ptr: reallocate_function,
    free_func_ptr: free_function
)
Expand description