mlua_sys::lua54::lua

Function lua_pushfstring

Source
pub unsafe extern "C-unwind" fn lua_pushfstring(
    L: *mut lua_State,
    fmt: *const c_char,
    ...
) -> *const c_char
Available on crate feature lua54 only.