pub unsafe extern "C" fn luaL_loadstring(
    l: *mut lua_State,
    s: *const c_char
) -> c_int