Function lua_pushstring

Source
pub unsafe extern "C" fn lua_pushstring(
    L: *mut lua_State,
    s: *const i8,
)