Type Definition lua53_sys::lua::lua_CFunction [] [src]

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