FMOD_Memory_Initialize

Function FMOD_Memory_Initialize 

Source
pub unsafe extern "C" fn FMOD_Memory_Initialize(
    poolmem: *mut c_void,
    poollen: c_int,
    useralloc: FMOD_MEMORY_ALLOC_CALLBACK,
    userrealloc: FMOD_MEMORY_REALLOC_CALLBACK,
    userfree: FMOD_MEMORY_FREE_CALLBACK,
    memtypeflags: FMOD_MEMORY_TYPE,
) -> FMOD_RESULT