Function luaL_loadstring

Source
pub unsafe extern "C" fn luaL_loadstring(
    L: *mut lua_State,
    p: *const i8,
) -> i32