mlua_sys::lua54::lua

Type Alias lua_Alloc

Source
pub type lua_Alloc = unsafe extern "C-unwind" fn(ud: *mut c_void, ptr: *mut c_void, osize: usize, nsize: usize) -> *mut c_void;
Available on crate feature lua54 only.
Expand description

Type for memory-allocation functions