pub type lua_Alloc = unsafe extern "C-unwind" fn(*mut c_void, *mut c_void, usize, usize) -> *mut c_void;
mlua
Type for memory-allocation functions