Type Definition lua_rs::ffi::lua::lua_CFunction [] [src]

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