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