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

type lua_CFunction = unsafe extern "C" fn(_: *mut lua_State) -> c_int;