lua_pushlstring

Function lua_pushlstring 

Source
pub unsafe extern "C-unwind" fn lua_pushlstring(
    L: *mut lua_State,
    s: *const c_char,
    l: usize,
)
Expand description

Pushes a string with a length onto the top of the stack.