Function lua_pushfstring

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