Type Alias rlua::ffi::lua54::lua_Alloc

pub type lua_Alloc = unsafe extern "C-unwind" fn(_: *mut c_void, _: *mut c_void, _: usize, _: usize) -> *mut c_void;
Expand description

Type for memory-allocation functions