Function lua_pushnumber

Source
pub unsafe extern "C-unwind" fn lua_pushnumber(
    L: *mut lua_State,
    n: f64,
)
Available on crate feature mlua only.