Type Definition td_clua::lua_Alloc [] [src]

type lua_Alloc = extern "C" fn(_: *mut c_void, _: *mut c_void, _: size_t, _: size_t) -> *mut c_void;