lua_pushlstring

Function lua_pushlstring 

Source
pub unsafe fn lua_pushlstring(
    L: *mut lua_State,
    s: *const i8,
    l: usize,
) -> *const i8
Available on crate feature mlua and (crate features lua51 or luajit) only.