Function lua_pushvector

Source
pub unsafe extern "C" fn lua_pushvector(
    L: *mut lua_State,
    x: f32,
    y: f32,
    z: f32,
)