Type Definition td_clua::lua_Alloc

source · []
pub type lua_Alloc = extern "C" fn(ud: *mut c_void, ptr: *mut c_void, osize: size_t, nsize: size_t) -> *mut c_void;