pub unsafe extern "C-unwind" fn lua_pushlstring( L: *mut lua_State, s: *const c_char, l: usize, )
Pushes a string with a length onto the top of the stack.