pub unsafe extern "C" fn lua_pushnumber(
    L: *mut lua_State,
    n: lua_Number
)