Type Definition rlua::ffi::lua_KFunction [] [src]

type lua_KFunction = unsafe extern fn(_: *mut lua_State, _: c_int, _: lua_KContext) -> c_int;