pub unsafe extern "C-unwind" fn lua_pushnumber( l: *mut lua_State, n: c_double, )
Pushes a number with value n onto the stack. [-0, +1, -]
n