lua_pushlstring

Function lua_pushlstring 

Source
pub unsafe extern "C" fn lua_pushlstring(
    L: *mut State,
    s: *const i8,
    len: usize,
)