pub unsafe fn dump<WRITER>( state: lua_State, buffer_writer: &mut WRITER, ) -> Result<(), LError>where WRITER: Write,