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 features
lua51 or luajit only.Expand description
Type for memory-allocation functions